home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / FinderMenu ƒ / FinderMenu INIT ƒ / MenuList.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-10  |  818 b   |  28 lines  |  [TEXT/KAHL]

  1. /*
  2.  * (C) 1992 SixxHeads Software
  3.  * All Rights Reserved
  4.  *
  5.  * This code is freely distributable, but credit must be given in any
  6.  * derivative work.
  7.  * 
  8.  * <Revision History>
  9.  *        04/28/92 smz Created.
  10.  */
  11.  
  12. #define _h_MenuList
  13.  
  14. short DoInit(OSType creator);
  15. Boolean DoAppend(OSType creator, MenuHandle hMenu, short beforeID);
  16. Boolean DoDelete(OSType creator);
  17. Boolean DoRemove(OSType creator);
  18. Boolean DoClientDone(OSType creator);
  19. Boolean OwnedMenuHit(unsigned long result, OSType *creator, AEDescList* descList);
  20.  
  21. void SendCancelledEvent(OSType creator);
  22. void SendMenuHitInfo(OSType creator, AEDescList *descList);
  23. void DeleteMenuHitInfo(OSType creator);
  24. Boolean NewHitList(OSType creator, short menuID, short item, AEDescList* descList);
  25.  
  26. void InsertAllMenus(Boolean forShow);
  27. void RemoveAllMenus(Boolean forShow);
  28.